Package-level declarations

Types

Link copied to clipboard
interface LastSelectable

A parent element marked as LastSelectable will cache the last selected element when a popup or other overlay is rendered, and return to that selection when the popup/overlay is removed.

Link copied to clipboard
interface PopupParentElement : ParentElement, LastSelectable

A parent element that supports displaying "Popups" made via PopupWidget.

Link copied to clipboard
open class PopupWidgetScreen(title: Text) : Screen, PopupParentElement

A base screen that supports popup widgets. See PopupParentElement for documentation on underlying implementations.